Fix React dependency to enable XCode 12 build#562
Conversation
|
hey @harunsmrkovic -- thanks for picking this up! both the Example app and a completely fresh RN 62.3 app build fine for me either with or without this change (Xcode 12A7209) so to that end I think we should merge this in but I don't think there's a huge need for it to be released immediately just yet? let me know if this is actually causing a build issue for you, or if you're just being a good Open Source citizen 😄 cheers |
|
Hey @jpdriver, thanks for the quick merge! yeah, actually lack of this PR is causing a build issue for me, but I'm getting it for a ton of other dependencies as well, so I needed to resort to In that context, I don't think that release is urgent, as anyone experiencing this issue will have to resolve it manually anyway 🙃 |
|
I'm running into this issue too. And |
|
@harunsmrkovic @Guuz this has finally gone out in v6.0.2 🥳 |
Fixes react/react-native#29633 (comment)
Description
Check linked Issue, it describes the faulty dependency.
Steps to verify